
    body, header { width: 80%;
		margin-top: 5%;
		margin-bottom: 5%;
    margin-left: 10%; 
		margin-right: 10%;
		font-family: "minion-pro", serif,"times";
		font-size: "12px";
		color: dimgrey;
    }
    
    H1 {font-family: "minion-pro", serif,"times"; 
        color: dimgrey;
		text-align: center;
        font-size: "16px";
     } 
    
    H2 {font-family: "minion-pro", serif,"times";
        color: dimgrey;
		text-align: center;
        font-size: "14px"; 
    }
    
    H3 {font-family: "minionpro, serif, times";
        color: dimgrey;
		font-size: "12px";
    }
    
    H4 {font-family: "minionpro, serif, times";
        font-weight: "bold";
        color: dimgrey;
        font-style: italic;
		font-size: "12px";
    }

.style-line { color: dimgrey;
	font-weight: "bold";
}

img {
	width: 300px;
	height: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
	figure {
		align-self: center;
    margin-left: auto;
    margin-right: auto;
		}

caption { font-family: "minionpro, serif, times";
	font-style: italic;
        font-size: "10px";
        color: dimgrey; 
	text-align: center;
	display: block;
    }

figcaption {
    font-family: "minionpro, serif, times";
	font-style: italic;
        font-size: "10px";
        color: dimgrey;
    align-content: bottom;
}

.table { border-collapse: collapse;
        color: dimgrey;
        border-style: solid;
        width: "50%"; 
    }


.imagewrap {
	width: 350px;
	word-wrap: break-word;
}

    
 p, ul, ol {font-family: "minion-pro", serif,"times";
        color: dimgrey;
	 text-align: justify;
        font-size: "12px"; 
    }
    table { border-collapse: collapse;
        color: dimgrey;
        border-style: solid;
        width: "50%";
		   margin: center;
        align-content: center
       
    }
      
            th, td, tr {height: "50px";
                text-align: center;
        }
    
    a {color: blue}
    
       


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


    

    
    
